Sample: picture on left, with text on the right.
this is the text I hope finds its way to the right of the picture for better formating
A couple of lines of information that helps explain about brainstorming and collaboration with members of the team.
Explain the process of adding new levels
How should students save their work?
Add Editors
Create Table of Contents
Lock Page
Print
Revision Date & Editor
_______________________
Tables
Add photos
Add Bubble Share slide show
Add Google Calendar
_______________________
Advanced Features
Table of Contents
Wikispaces
Advanced features
Box for Text
Add text into gray box- Click "Edit this page"
- Click on "Text Editor"
- type [[code]] on separate line, before and after the text you want to put inside the box.
[[code]]This makes it very easy to do
add this text inside a box with gray background color
[[code]]
Color text
To change the color of text, you need to define a new category in the stylesheet.Add a new color text option to the CSS style sheet:
- Click Manage Space
- Click Look and Feel
- Under Wiki Stylesheet click "Edit your wiki stylesheet"
- Add this code to the stylesheet after h3
.wiki tt { font-family: arial, helvetica, serif; color: green; font-style: normal; font-size: small;}To change the color of your text, start and end your text with {{ }}
example: {{this text is green}}
This text is green
Center Text
Before the Text:<script language="JavaScript">
document.write('<div style="text-align: center;">')
</script>
Type the text that you want to center.
Heading titles
This is good for poems.
After the text you want centered:
<script language="JavaScript">
document.write('</div>')
</script>
Sample Centered text
Type the text that you want to center.
Heading titles
This is good for poems.
Document
Display document you have uploaded on wikispacesImage & Text
- click on tree and find the image name that you want to put on the page.
- click tv screen.
- copy and paste all the information from <img ...../>.
- replace 'brainstorm1.jpg' with the name of your picture or graphic.
Sample: picture on left, with text on the right.this is the text I hope finds its way to the right of the picture for better formating
A couple of lines of information that helps explain about brainstorming and collaboration with members of the team.
Explain the process of adding new levels
How should students save their work?